home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1998 August / PC Plus SuperCD 50a Issue 142 (CD142a) (August 1998).iso / trial / demon / TURNPIKE.1 / CLASSES.ZIP / sun / NET / WWW / FormatException.class (.txt) next >
Encoding:
Java Class File  |  1997-04-14  |  254 b   |  8 lines

  1. package sun.net.www;
  2.  
  3. public class FormatException extends Exception {
  4.    public FormatException(String var1) {
  5.       super(var1);
  6.    }
  7. }
  8.